array data structureの例文
もっと例文: 1 2 3
- This choice precludes the implementation of array types as array data structures.
- In Java, the growable bit-array data structure has a method that counts the number of bits that are set.
- For that reason, the elements of an array data structure are required to have the same size and should use the same data representation.
- In contrast, many array data structures allow access to any element with a constant number of operations, independent of the number of entries.
- Array types are often implemented by array data structures, but sometimes by other means, such as hash tables, linked lists, or search trees.